|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectPER.rover.control.Time
Contains just two methods - current
and sleep
.
current
returns the current time in milliseconds, and
sleep
sleeps a number of milliseconds.
Constructor Summary | |
Time()
|
Method Summary | |
static long |
Current()
|
static void |
Sleep(long msecs)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Time()
Method Detail |
public static long Current()
public static void Sleep(long msecs)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |